home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / rexxsyslib_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  463b  |  22 lines

  1. #ifndef _LVO_REXXSYSLIB_LIB_H
  2. #define _LVO_REXXSYSLIB_LIB_H
  3.  
  4. /*
  5.  *  $VER: rexxsyslib_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_CreateArgstring    (-0x7E)
  11. #define    LVO_DeleteArgstring    (-0x84)
  12. #define    LVO_LengthArgstring    (-0x8A)
  13. #define    LVO_CreateRexxMsg    (-0x90)
  14. #define    LVO_DeleteRexxMsg    (-0x96)
  15. #define    LVO_ClearRexxMsg    (-0x9C)
  16. #define    LVO_FillRexxMsg    (-0xA2)
  17. #define    LVO_IsRexxMsg    (-0xA8)
  18. #define    LVO_LockRexxBase    (-0x1C2)
  19. #define    LVO_UnlockRexxBase    (-0x1C8)
  20.  
  21. #endif
  22.